home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / chatnoir.swf / scripts / DefineSprite_7_mcCelOrg / frame_3 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  166 b   |  8 lines

  1. stop();
  2. onPress = function()
  3. {
  4.    var _loc3_ = this._name.split("_");
  5.    _parent._parent.click_cel(Number(_loc3_[2]),Number(_loc3_[1]));
  6.    gotoAndStop(4);
  7. };
  8.